home *** CD-ROM | disk | FTP | other *** search
- object frmExcludeSpec: TfrmExcludeSpec
- Left = 878
- Top = 391
- BorderStyle = bsDialog
- Caption = 'frmExcludeSpec'
- ClientHeight = 277
- ClientWidth = 394
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 1
- Top = 32
- Width = 392
- Height = 210
- TabOrder = 0
- object lbExSpec: TListBox
- Left = 8
- Top = 8
- Width = 377
- Height = 193
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- end
- end
- object edExSpec: TEdit
- Left = 2
- Top = 6
- Width = 271
- Height = 21
- TabOrder = 5
- OnKeyDown = edExSpecKeyDown
- end
- object btnCancel: TButton
- Left = 312
- Top = 248
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnLoad: TButton
- Left = 9
- Top = 248
- Width = 75
- Height = 25
- Caption = 'btnLoad'
- TabOrder = 2
- OnClick = btnLoadClick
- end
- object btnSave: TButton
- Left = 88
- Top = 248
- Width = 75
- Height = 25
- Caption = 'btnSave'
- TabOrder = 3
- OnClick = btnSaveClick
- end
- object btnOk: TButton
- Left = 232
- Top = 248
- Width = 75
- Height = 25
- Caption = 'btnOk'
- TabOrder = 4
- OnClick = btnOkClick
- end
- object btnDel: TButton
- Left = 352
- Top = 4
- Width = 41
- Height = 23
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = btnDelClick
- end
- object btnAdd: TButton
- Left = 311
- Top = 4
- Width = 41
- Height = 23
- Caption = '+'
- TabOrder = 7
- OnClick = btnAddClick
- end
- object btnBrowse: TButton
- Left = 275
- Top = 6
- Width = 20
- Height = 20
- Caption = '...'
- TabOrder = 8
- OnClick = btnBrowseClick
- end
- object odExSpec: TOpenDialog
- DefaultExt = '*.*'
- InitialDir = 'c:\'
- Left = 353
- Top = 48
- end
- object sdExSpec: TSaveDialog
- DefaultExt = 'txt'
- InitialDir = 'c:'
- Left = 353
- Top = 80
- end
- end
-